Skip to content

Update/fix remaining opcache zend_func_info.c signatures #4967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

TysonAndre
Copy link
Contributor

See UPGRADING:

. The GD extension now uses objects as the underlying data structure for
images, rather than resources. These objects are completely opaque, i.e.
they don't have any methods.

Remove types which are no longer in Reflection due to throwing instead of
emitting warnings.
Remove entries where reference counts are 0 and types are duplicated.

See UPGRADING:

> . The GD extension now uses objects as the underlying data structure for
>   images, rather than resources. These objects are completely opaque, i.e.
>   they don't have any methods.

Remove types which are no longer in Reflection due to throwing instead of
emitting warnings.
Remove entries where reference counts are 0 and types are duplicated.
@TysonAndre
Copy link
Contributor Author

The build failure for ext/mysqli/tests/bug55283.phpt seems to be pre-existing. 4962 seems unrelated to anything used by mysqli, so it could be a travis issue.

https://travis-ci.org/php/php-src/builds?utm_medium=notification&utm_source=github_status

@php-pulls php-pulls closed this in 616ec2d Dec 5, 2019
@nikic
Copy link
Member

nikic commented Dec 5, 2019

It's unfortunate that there's still so much duplicated info between stubs and opcache...

For the most part it's just the rc1 information, I wonder if we should maybe separate that out from the type information, so we don't have to duplicate the latter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants